[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SheetView.GroupSparkline

GroupSparkline Method

GroupSparkline(CellRange[], SparklineType)

Groups the sparkline and sets the type of the new group.

Declaration
public ExcelSparklineGroup GroupSparkline(CellRange[] location, SparklineType type)
Public Function GroupSparkline(location As CellRange(), type As SparklineType) As ExcelSparklineGroup
Parameters
Type Name Description
CellRange[] location

The location.

SparklineType type

The type.

Returns
Type Description
ExcelSparklineGroup

GroupSparkline(CellRange[])

Groups the sparkline to the active sparkline.

Declaration
public ExcelSparklineGroup GroupSparkline(CellRange[] location)
Public Function GroupSparkline(location As CellRange()) As ExcelSparklineGroup
Parameters
Type Name Description
CellRange[] location

The location.

Returns
Type Description
ExcelSparklineGroup